﻿@charset "UTF-8";

.color-primary {
    color: #0378D8;
}

.text-overflow, .adv .content-text {
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.jobNameStyle1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 150px);
}

.orange {
    color: #ff9900;
}

.fontBlue {
    color: #0378D8;
    font-weight: 400;
}

p, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.back-to-top a span {
    padding-top: 5px;
    border-radius: 50%;
    display: block;
    height: 30px;
    padding: 6px;
    width: 30px;
    margin-bottom: 5px;
    box-sizing: content-box;
    text-indent: 3px;
    border: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
    font-size: 12px;
    box-shadow: 0px 1px 10px #badaf5;
}

.icon-eject:before {
    color: #0378D8;
    line-height: 30px;
}

.SlideControl .MenuBar {
    background: #0378D8;
}

.pay-range-wrapper {
    margin-top: 1rem;
}

.range-block {
    height: 65px;
}

    .range-block .irs-bar {
        background: #0378d8;
    }

    .range-block .irs-bar, .range-block .irs-line {
        height: 2px;
        top: 29px;
    }

    .range-block .irs-from,
    .range-block .irs-to,
    .range-block .irs-single {
        background-color: #0378d8;
    }

        .range-block .irs-from:before,
        .range-block .irs-to:before,
        .range-block .irs-single:before {
            border-top-color: #0378d8;
        }

    .range-block .irs-handle > i:first-child,
    .range-block .irs-handle.state_hover > i:first-child, .range-block .irs-handle:hover > i:first-child {
        background-color: #0378d8;
    }

    .range-block .irs-handle {
        height: 16px;
    }

        .range-block .irs-handle:after {
            display: inline-block;
            content: '';
            zoom: 1;
            width: 15px;
            height: 17px;
            background: url(/images/V4/range-handles.png) 0/100% no-repeat;
            margin-top: 24px;
        }

.cell-group {
    background: #fff;
}

.cell {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 10px 15px;
    box-sizing: border-box;
    line-height: 24px;
    position: relative;
    background-color: #fff;
    color: #323233;
    font-size: 14px;
    overflow: hidden;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #ebedf0;
}

.cell-title {
    color: #666;
}

.cell-value {
    color: #969799;
    overflow: hidden;
    text-align: right;
    position: relative;
    vertical-align: middle;
}

.cell-title, .cell-value {
    flex: 1;
    -webkit-flex: 1;
}

.cell-label {
    color: #333;
    font-size: 12px;
    margin-top: 3px;
    line-height: 18px;
}

.cell-input {
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.cell-right-icon {
    color: #969799;
    margin-left: 5px;
}

.btn-primary {
    display: block;
    background-color: #0378D8;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: .65rem 0;
    border-radius: 1.5rem;
}

.adv {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    font-size: .7rem;
    color: #666;
    padding: .4rem .8rem;
    background: #fff;
    margin: .4rem 0;
}

    .adv .icon-horn {
        color: #ff9900;
    }

    .adv .content-text {
        flex: 1;
        -webkit-flex: 1;
        margin: 0 .6rem;
        /*font-size: .6rem;*/
    }

.info-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    font-size: .68rem;
}

    .info-wrapper .info-title {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        margin-bottom: .5rem;
    }

    .info-wrapper .job-item {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        background: #fff;
        padding: 0.7rem 1rem;
        margin-bottom: .5rem;
        border-radius: 4px;
        color: #B4B6B9;
    }

    .info-wrapper .job-title, .info-wrapper .job-info-wrapper {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        font-size: .8rem;
        font-weight: bolder;
        color: #333;
        margin-bottom: .2rem;
    }

        .info-wrapper .job-title .job-name, .info-wrapper .job-info-wrapper .job-name {
            /*flex: 4;
            -webkit-flex: 4;*/
            font-size: 0.75rem;
            max-width: calc(100% - 100px);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
       
        }

        .info-wrapper .job-title .salary, .info-wrapper .job-info-wrapper .salary {
            flex: 1;
            -webkit-flex: 1;
            text-align: right;
            /*min-width: 150px;*/
            max-width: 110px !important;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-top: 0.1rem;
        }

    .info-wrapper .job-info-wrapper {
        color: #B4B6B9;
        font-size: .7rem;
    }

    .info-wrapper .job-info, .info-wrapper .ent-wrapper .ent-info {
        flex: 4;
        -webkit-flex: 4;
        font-weight: normal;
        white-space: nowrap;
        color: #747474;
        font-size: 12px;
    }

    .info-wrapper .job-info, .info-wrapper .ent-wrapper .ent-info2 {
        flex: 4;
        -webkit-flex: 4;
        font-weight: normal;
        white-space: nowrap;
        color: #B5B5B5;
        font-size: 12px;
    }

        .info-wrapper .job-info span:after, .info-wrapper .ent-wrapper .ent-info span:after {
            display: inline-block;
            content: '';
            zoom: 1;
            width: 1px;
            height: .5rem;
            background: #eee;
            margin: 0 .3rem;
        }

        .info-wrapper .job-info span:last-child:after, .info-wrapper .ent-wrapper .ent-info span:last-child:after {
            display: none;
        }

    .info-wrapper .job-addr {
        flex: 1;
        -webkit-flex: 1;
        text-align: right;
    }

    .info-wrapper .job-tag-wrapper {
        flex-direction: row;
        -webkit-flex-direction: row;
        margin-bottom: 8px;
        line-height: 30px;
        max-height: 30px;
        overflow: hidden;
        margin-top: 5px;
        white-space: nowrap;
        display: inline-block;
        width: 100%;
    }

        .info-wrapper .job-tag-wrapper .tag {
            margin-right: .3rem;
            padding: 10px 0px;
            margin-bottom: 10px;
          
        }

    .info-wrapper .ent-wrapper {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        align-items: center;
        -webkit-align-items: center;
    }

        .info-wrapper .ent-wrapper .ent-logo {
            width: 1.4rem;
            height: 1.4rem;
            margin-right: .6rem;
            border-radius: 100%;
        }

        .info-wrapper .ent-wrapper .ent-info-content {
            overflow: hidden;
            line-height: 1.2rem;
            font-size: 1.1rem;
            color: #333333;
        }

        .info-wrapper .ent-wrapper .ent-name {
            font-size: 14px;
            color: #747474;
            font-weight:bold;
        }

    .info-wrapper .setting, .info-wrapper .title {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        align-items: center;
        -webkit-align-items: center;
    }

    .info-wrapper .title {
        font-weight: bolder;
        font-size: .8rem;
    }

.tag {
    border: 1px solid #eee;
    border-radius: 2px;
    padding: .2rem;
    font-size: 12px;
}

    .tag.more {
        min-width: .3rem;
        padding: .2rem .4rem;
    }

input.check-tag {
    display: none;
}

    input.check-tag + label {
        display: inline-block;
        text-align: center;
        padding: 0 .3rem;
        line-height: 1.4rem;
        border-radius: 3px;
        border: 1px solid #eee;
        background: #fff;
        font-size: 12px;
        -webkit-tap-highlight-color: transparent;
    }

    input.check-tag:checked + label {
        background: #ffffff;
        color: #0378D8;
        border: 1px solid #0378D8;
    }

.NewTopBar .box {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    color: #666;
    font-size: .7rem;
    background: #fff;
}

    .NewTopBar .box .item {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        width: 33%;
       
        height: 100px;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

        .NewTopBar .box .item:nth-child(3n) {
            border-right: 0;
        }

    .NewTopBar .box img {
        /*width: 1.2rem;*/
    }

    .NewTopBar .box .title {
        /*margin-top: 10%;*/
        line-height: 1.25rem;
        color: #666666;
        font-size: 14px;
    }

.NewTopBar .menu-box {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    color: #666;
    font-size: 14px;
    background: #fff;
    padding: .5rem 0;
}

    .NewTopBar .menu-box img {
        width: 3rem;
    }

    .NewTopBar .menu-box .title {
        flex: 1;
        -webkit-flex: 1;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        font-size: 14px;
        color: #72787C;
    }

    .NewTopBar .menu-box .line {
        display: inline-block;
        width: 1.4rem;
        height: 1px;
        background: #EEEEEE;
        margin-top: 14px;
    }

    .NewTopBar .menu-box .content {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding: .5rem 0;
    }

        .NewTopBar .menu-box .content .item {
            width: 25%;
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            -webkit-flex-direction: column;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            margin: .4rem 0;
        }

            .NewTopBar .menu-box .content .item .item-name {
                margin-top: 10%;
                line-height: 1rem;
                color: #666666;
                font-size: 14px;
            }

    .NewTopBar .menu-box.app {
        border-bottom: 0;
    }

        .NewTopBar .menu-box.app .content {
            justify-content: space-around;
            -webkit-justify-content: space-around;
            padding: .5rem 4rem;
        }

            .NewTopBar .menu-box.app .content .item {
                width: auto;
            }

.SlideControl .ChooseInfo,
.SlideControl .ChooseResult,
.SlideControl .Location {
    background: #fff;
}

    .SlideControl .ChooseResult .Item {
        color: #fff;
        border: 1px solid #0378d8;
        background: #0378d8;
        border-radius: 5px;
    }

        .SlideControl .ChooseResult .Item:after {
            color: #fff;
            top: -1px;
        }

/* 分页样式处理 */
#paging a, #paging font {
    border: 1px solid #0378d8;
    background: #0378d8;
    color: #fff;
    border-radius: 10px;
}

    #paging font:after {
        border-color: #fff transparent transparent transparent;
    }

.cancelBold {
    margin-bottom: 5px !important;
}

.isRead {
    font-size: 12px;
    background-color: #F1F8FE;
    color: #0378D8;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    position: absolute;
    margin-top: 95px;
    right: 0px;
    padding: 3px 10px;
    padding-right: 25px;
}

.isRead2 {
    font-size: 12px;
    background-color: #F1F8FE;
    color: #0378D8;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    position: absolute;
    margin-top: 58px;
    right: 0px;
    padding: 3px 10px;
    padding-right: 25px;
}

.fontStylek2 {
    color: #333333 !important;
    font-size:1.1rem;
    font-weight:bold;
}
    .fontStylek2 span:last-child {
        border-right: none;
    }

.job-welfare2 {
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    font-size: 12px;
    padding: 6px 8px;
    margin: 0px 3px 3px 0;
    color: #666666;
    font-weight: 400;
    background: #EEEEEE;
}

.TagUp1 {
    height: 12px;
    margin-left: 5px;
}

.TagUp2 {
    height: 12px;
    margin-left: 5px;
}

.TagUp3 {
    height: 12px;
    margin-left: 5px;
}

.jobKindStyle {
    margin-right: 5px;
}

.item_select label{
    background: #ffffff !important;
    color: #0378D8 !important;
    border: 1px solid #0378D8 !important;
}
.bc_panel {
    display: none;
    margin-top: 0.5rem;
   
    margin-bottom: 1rem;
   
}
.bc_table {
    display: -webkit-box;
    display: flex;
    padding: 0% 0%;
    overflow-x: auto;
    white-space: nowrap;
}
.bc_item {
    border-radius: 10px;
 
    padding: 2.5% 1%;
    margin: 2% 0.15rem;
    width: 5rem;
    text-align: left;
 
 
}
/*1*/
.rankList_1 {
    background: #FB538526;
    color: #FB5385 !important;
    padding: 0.0rem 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.65rem;
    display: inline-block;
    margin-bottom: 0.3rem;
}
/*2*/
.rankList_2 {
    background: #0DC63626;
    color: #0DC636 !important;
    padding: 0.0rem 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.65rem;
    display: inline-block;
    margin-bottom: 0.3rem;
}
/*3*/
.rankList_3 {
    background: #659EFF26;
    color: #659EFF !important;
    padding: 0.0rem 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.65rem;
    display: inline-block;
    margin-bottom: 0.3rem;
}
/*4*/
.rankList_4 {
    background: #FF840026;
    color: #FF8400 !important;
    padding: 0.0rem 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.65rem;
    display: inline-block;
    margin-bottom:0.3rem;
}
.DisplayNone{
    display:none;
}

/*1*/
.rankList_search_1 {
    background: #FB538526;
    color: #FB5385 !important;
    padding: 0.0rem 8px;
    margin-right: 6px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 6px;
}
/*2*/
.rankList_search_2 {
    background: #0DC63626;
    color: #0DC636 !important;
    padding: 0.0rem 8px;
    margin-right: 6px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 6px;
}
/*3*/
.rankList_search_3 {
    background: #659EFF26;
    color: #659EFF !important;
    padding: 0.0rem 8px;
    margin-right: 6px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 6px;
}
/*4*/
.rankList_search_4 {
    background: #FF840026;
    color: #FF8400 !important;
    padding: 0.0rem 8px;
    margin-right: 6px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 6px;
}
.ent-name {
    font-size: 1.1rem;
    color: #333333;
    font-weight: bold;
}
.ltlWorkPlace {
    position: absolute;
    right: 8%;
    color: #999999;
    font-size: 12px;
    margin-top: 1%;
}